home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
F1 Licenseware
/
F1 Licenseware - Volume 1.iso
/
disks
/
050a.dms
/
050a.adf
/
EXAMPLE_PROGRAMS
/
example05.AMOS
/
example05.amosSourceCode
Wrap
AMOS Source Code
|
1992-02-26
|
700b
|
25 lines
'====================
'EXAMPLE PROGRAM 5.0
'====================
'A program to load an IFF picture and display it
'
Rem hide the mouse pointer
'--------------------------
Hide
Rem LOAD an iff picture called SONIC.IFF from the disk in DF0: the file is
Rem drawer PICS/. And then display it onto screen 0.
Rem if you have the TCBGTA disk in your external drive change DF0: to DF1:
'--------------------------------------------------------------------------
Load Iff "DF0:PICS/SONIC.IFF",0
Rem WAIT for the user to press a KEY
'------------------------------------
Wait Key
Rem Go back to the Amos editor the program has ended
'----------------------------------------------------
Edit